|
Oracle® Rules Palette Release 9.1.0.0.0 E15811-01 |
This business rule is used to create and control suspense records. Suspense records are used to track money. This business rule identifies where the money came from and allows for the money to be used as payment to various polices. A suspense record is used as a holding account until the money is applied or refunded. A unique suspense number is generated with the suspense record for identification purposes.
Additional
Information:
Suspense records are written to the suspense account(s) for the company's
general ledger. These records temporarily hold transactions until an activity
generates a process to disperse or apply the money. Once the respective
activities are processed, the company's actual general ledger is updated.
These transactions are specific to the inbound and outbound tracking of
pieces of money received and disbursed by the insurance company.
For example, a customer may submit payments such as initial or additional premiums, service charges, etc., to the insurance company, along with the completed application. Within OIPA, processing activities like InitialPremium, AdditionalPayment would apply the money from the suspense account to the respective accounts. Similarly, processing activities like FreeLook -> Disbursement are used to disburse the money back to the customer from the suspense account.
|
Element/Tag |
Definition |
Attribute |
Element/Attribute Value and Description |
|
<SuspenseScreen> |
The opening and closing tag for the business rule. |
|
|
|
<Fields> |
Required
Element; |
|
|
|
<SearchFields> |
Required Element; This tag is used to specify the suspense record fields that can be searched. These fields act as the filter criteria in the Suspense Search screen. |
|
|
|
<Field> |
Required/Repeatable element; See Fields. |
|
|
|
<Events> |
See Events. |
|
|

|
Table Name |
Description |
|
AsSuspense |
Holding area for money transactions. |
<SuspenseScreen>
<Fields>
<Field>
<Name>SortCompany</Name>
<Display>Company</Display>
<DataType>Combo</DataType>
<Query TYPE="SQL">SELECT....FROM AsFundClass</Query>
</Field>
<Field>
<Name>NIGOFunding</Name>
<Display>NIGO Funding</Display>
<DataType>Radio</DataType>
<Query TYPE="FIXED">
<Options>
<Option>
<OptionValue>01</OptionValue>
<OptionText>Yes</OptionText>
</Option>
<Option>
<OptionValue>00</OptionValue>
<OptionText>No</OptionText>
</Option>
</Options>
</Query>
<DefaultValue>00</DefaultValue>
</Field>
<Field>
<Name>ItemNumber</Name>
<Display>Work Item #</Display>
<DataType>Text</DataType>
</Field>
<Field>
<Name>FromContract</Name>
<Display>From Contract No.</Display>
<DataType>Text</DataType>
</Field>
<Field>
<Name>SystemDate</Name>
<Display>SystemDate</Display>
<DataType>Date</DataType>
<Calculated TYPE="SYSTEM"></Calculated>
<Disabled>Yes</Disabled>
<Hidden>Yes</Hidden>
</Field>
</Fields>
<SearchFields>
<Field>SuspenseNumber</Field>
<Field>PolicyNumber</Field>
<Field>EffectiveDate</Field>
<Field>LastName</Field>
<Field>Amount</Field>
</SearchFields>
</SuspenseScreen>
<SuspenseScreen>
<Fields>
<Field></Field>
</Fields>
<SearchFields>
<Field>[Name of the SearchField]</Field>
</SearchFields>
</SuspenseScreen>